home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 7
/
El Mac 7.iso
/
Infotenimiento
/
Makers of the 20th Century
/
Data
/
UE.DIR
/
00286.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-25
|
234 b
|
13 lines
on exitFrame
global STIcks, ToGo
if (the ticks - STIcks) < (60 * 3) then
go(the frame)
else
if ToGo <> "open" then
puppetSprite(2, 1)
end if
go(string(ToGo))
put " " into field "stageText"
end if
end